Release 10.1A: OpenEdge Development:
Java Open Clients
Passing a TABLE or TABLE-HANDLE as an INPUT parameter
When the client application passes a static temp-table as an
INPUTparameter, the client provides an object that contains data for the table. In this instance, the proxy already knows the schema (meta data) for the table; therefore, the client application does not need to supply the schema.When the client application passes a
TABLE–HANDLEparameter, the proxy does not know the schema (meta data) for the table. The client must provide both the schema and data for theTABLE–HANDLEparameters.For an
INPUTTABLEorTABLE-HANDLEparameter, you provide an instance of a class that implements thejava.sql.ResultSetinterface. You then pass this class instance directly as theINPUTTABLEorTABLE-HANDLEparameter.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |